home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shu194st.zoo / shellutils-1.9.4 / man / pathchk.man < prev    next >
Encoding:
Text File  |  1994-03-16  |  1.5 KB  |  65 lines

  1.  
  2.  
  3.  
  4. PATHCHK(1L)                          PATHCHK(1L)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        pathchk - check whether pathnames are valid or portable
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        p✓pa✓at✓th✓hc✓ch✓hk✓k    [-p] [--portability] [--help] [--version] path...
  12.  
  13. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  14.        This manual page    documents the  GNU  version  of     p✓pa✓at✓th✓hc✓ch✓hk✓k.
  15.        For  each  _✓p_✓a_✓t_✓h,     p✓pa✓at✓th✓hc✓ch✓hk✓k prints    a message if any of these
  16.        conditions are false:
  17.        +✓o all existing directories in _✓p_✓a_✓t_✓h have    search    (execute)
  18.        permission
  19.        +✓o  the  length  of  _✓p_✓a_✓t_✓h     <= its    filesystem's maximum path
  20.        length
  21.        +✓o the length of each existing directory    in  _✓p_✓a_✓t_✓h  <=  its
  22.        filesystem's maximum file name legnth
  23.  
  24.        The exit    status is:
  25.        0 if all    path names passed all of the tests,
  26.        1 otherwise.
  27.  
  28.    O✓OP✓PT✓TI✓IO✓ON✓NS✓S
  29.        _✓-_✓-_✓h_✓e_✓l_✓p Print  a    usage message on standard output and exit
  30.           successfully.
  31.  
  32.        _✓-_✓p_✓, _✓-_✓-_✓p_✓o_✓r_✓t_✓a_✓b_✓i_✓l_✓i_✓t_✓y
  33.           Instead of performing length checks on the underly-
  34.           ing filesystem, test the length of the pathname and
  35.           its components against the POSIX.1  minimum  limits
  36.           for portability.    Also check that    the pathname con-
  37.           tains no characters not in  the  portable     filename
  38.           character    set.
  39.  
  40.        _✓-_✓-_✓v_✓e_✓r_✓s_✓i_✓o_✓n
  41.           Print  version  information on standard output then
  42.           exit successfully.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF               GNU Shell Utilities            1
  65.